widgetpath: correctly print the siblings index
authorCosimo Cecchi <cosimoc@gnome.org>
Wed, 23 Nov 2011 16:22:30 +0000 (11:22 -0500)
committerCosimo Cecchi <cosimoc@gnome.org>
Wed, 23 Nov 2011 16:22:30 +0000 (11:22 -0500)
commit92e64441634a16a30382e63f8cc442a6ff40c04b
tree8909656697635b52343ef63caa4bf73284a2895b
parent0d71f62388acce5e264d4d3bb8450756b684e180
widgetpath: correctly print the siblings index

In gtk_widget_path_to_string() we were counting siblings from zero
instead of one, resulting in confusing output.
gtk/gtkwidgetpath.c